home *** CD-ROM | disk | FTP | other *** search
- 5 l$="":s$=" ":b$=chr$(157)
- 25 poke204,0:getk$:k=peek(203)
- 40 ifk$=""then25
- 45 poke212,0
- 50 ifk$=chr$(13)thenprints$b$:goto90
- 55 ifk$=b$thenonabs(len(l$)=0)goto25:l$=left$(l$,len(l$)-1):printk$s$;:goto80
- 60 iflen(l$)=255then25
- 70 onabs(k<8ork=51)goto25
- 75 l$=l$+k$
- 80 prints$b$k$;
- 85 goto25
- 90 return
-